home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / arch_f41.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1991-12-20  |  2KB  |  75 lines

  1. Echo off
  2. IF NOT EXIST INPUT.COM GOTO WRONGDR
  3. IF %1==F GOTO FLOPINS
  4. IF %1==H GOTO HARDINS1
  5. CLS
  6. GO2
  7. :FLOPINS
  8. ECHO OFF
  9. CLS
  10. IF %2==1 GOTO FLOPINS1
  11. IF %2==2 GOTO FLOPINS2
  12. CLS
  13. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  14. ECHO  following your 'GO F' instruction.
  15. GOTO END
  16. :FLOPINS2
  17. CLS   
  18. ECHO  Enter disk 2, SALES-B, into drive A now.
  19. ECHO  [it should still be in Drive A]
  20. PAUSE
  21. %3
  22. B:PKUNZIP -X B:ARCH-C41.ZIP PROGRAM.OVL
  23. B:PKUNZIP -X B:ARCH-C41.ZIP *.FRM
  24. CLS
  25. ECHO  Enter disk 3, PROGRAM.DOC, into drive A now.
  26. PAUSE 
  27. %3     
  28. B:PKUNZIP -X B:ARCH-D41.ZIP PROGRAM.DOC
  29. GOTO FLOPDOC
  30. :FLOPDOC
  31. CLS 
  32. ECHO  Finished !
  33. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  34. ECHO  program  is  running.   It  contains a 60 page tutorial
  35. ECHO  and  can  be printed  out will this command:          
  36. ECHO                           COPY PROGRAM.DOC LPT1:  
  37. echo  
  38. ECHO  To start the program,:
  39. ECHO  Enter SALES-A, disk one, into drive A.
  40. ECHO  Enter SALES-B, disk two, into drive B.
  41. echo  
  42. ECHO  Then restart the computer and execute GO      {executed from B}
  43. GOTO END
  44. :FLOPINS1
  45. ECHO  Beginning with version 3.0 of this program, the executable files have
  46. ECHO  become so large that the low density option of 360KB is no longer supported.
  47. GOTO END
  48. :HARDINS1
  49. CLS
  50. echo  
  51. %2:
  52. CD \
  53. CD ARCHITEC.ACS
  54. COPY %3ARCH-C41.EXE >TMP
  55. ARCH-C41
  56. DEL ARCH-C41.EXE
  57. COPY %3YESNO.COM >TMP
  58. COPY %3ECOH.COM >TMP
  59. CLS
  60. %3
  61. CLS
  62. INSTALL3 H %2 %3
  63. GOTO END
  64. :WRONGDR
  65. CLS
  66. echo  
  67. echo  
  68. ECHO Though nothing could be simpler than this install procedure, it does   
  69. echo require that you enter the drive name, such as 'A:' or 'B:', followed
  70. echo by the 'Enter' key.  After that, please enter 'GO' again.
  71. echo  
  72. GOTO END
  73. :END
  74. echo  
  75.